home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3 - Disc 2.iso / designe / IMAGES / ICONS / QU.OPD < prev    next >
Encoding:
Text File  |  1997-04-10  |  1.2 KB  |  54 lines

  1. #[document 51.9394 127.55 113.011 207.311
  2. static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
  3. static stroked="stroked";
  4. static vert="vertical",horz="horizontal";
  5. static miter="miter",bevel="bevel",round="round";
  6. static butt="butt",proj="projected";
  7. #[page
  8. auto m=move,l=line,c=curve;
  9. auto p;
  10. gc_cspace("Lab");
  11. gc_color(100.0,0.0,0.0);
  12. rect(0,0,0,0);
  13. auto ng;ng=draw(path());
  14. auto s=array(ng);
  15. m(108.85,176.85);
  16. c(108.85,191.35,97.15,203.15,82.40,203.15);
  17. c(67.90,203.15,56.10,191.35,56.10,176.85);
  18. finish_edge();
  19. p=path();
  20. gc_draw_style(stroked);
  21. gc_line_join_style(miter);
  22. gc_line_cap_style(round);
  23. gc_stroke_width(0.83);
  24. gc_font_draw_style(0);
  25. gc_color(83.80,2.21,86.12);
  26. s[0]=draw(p);
  27. m(108.85,174.60);
  28. c(108.85,160.10,97.15,148.30,82.40,148.30);
  29. finish_edge();
  30. p=path();
  31. s[1]=draw(p);
  32. s[0]:=s[1];
  33. m(82.25,148.05);
  34. l(82.00,135.05);
  35. finish_edge();
  36. p=path();
  37. gc_stroke_width(1.09);
  38. s[1]=draw(p);
  39. s[0]:=s[1];
  40. m(80.50,129.15);
  41. c(80.50,128.20,81.15,127.55,82.15,127.55);
  42. c(83.00,127.55,83.65,128.20,83.65,129.15);
  43. c(83.65,129.95,83.00,130.65,82.15,130.65);
  44. c(81.15,130.65,80.50,129.95,80.50,129.15);
  45. close_edge();
  46. p=path();
  47. gc_draw_style(nzw);
  48. s[1]=draw(p);
  49. s[0]over=s[1];
  50. page:=s[0];
  51. s=NULL;
  52. #]page
  53. #]document
  54.